home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 137 / cd-rom 137.iso / aplic / mousave / Mousave-5.1.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-10-18  |  6.4 KB  |  92 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Mousave
  4. AppVerName=Mousave 5.1
  5. AppId={{0F8A885D-7320-4B62-A2BD-CD962CFAFE6E}
  6. AppVersion=5.1.0.20060115
  7. AppPublisher=Martin Koz
  8. AppPublisherURL=http://www.martinkozak.net/
  9. AppSupportURL=http://sourceforge.net/projects/mousave/
  10. DefaultDirName={pf}\Mousave
  11. DefaultGroupName=Mousave
  12. UninstallDisplayIcon={app}\Mousave Configuration Tool.exe,0
  13. UninstallDisplayName=Mousave
  14. OutputBaseFilename=Mousave-5.1
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\Mousave Configuration Tool.exe"; DestDir: "{app}"; Components: CoreFiles; Flags: restartreplace uninsrestartdelete 
  22. Source: "{app}\Mousave Daemon.exe"; DestDir: "{app}"; Components: CoreFiles; Flags: restartreplace uninsrestartdelete 
  23. Source: "{app}\Build.id"; DestDir: "{app}"; Components: CoreFiles; Flags: overwritereadonly uninsremovereadonly 
  24. Source: "{app}\Version.id"; DestDir: "{app}"; Components: CoreFiles; Flags: overwritereadonly uninsremovereadonly 
  25. Source: "{app}\Meta Informations.xml"; DestDir: "{app}"; Components: CoreFiles; 
  26. Source: "{app}\License.txt"; DestDir: "{app}"; Components: CoreFiles; 
  27. Source: "{app}\Application Readme.txt"; DestDir: "{app}"; Components: CoreFiles; 
  28. Source: "{app}\Changes Log.txt"; DestDir: "{app}"; Components: Documentation; 
  29. Source: "{app}\20060115.src.tar.bz2"; DestDir: "{app}"; Components: FullSources; 
  30. [Registry]
  31. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Mousave Daemon"; ValueType: String; ValueData: "{app}\Mousave Daemon.exe"; Tasks: runafterstart; Flags: uninsdeletekey 
  32. Root: HKCU; Subkey: "Software\VB and VBA Program Settings\Mousave\1.0"; ValueName: "Run Startup"; ValueType: String; ValueData: "No"; Flags: uninsdeletekey 
  33. Root: HKCU; Subkey: "Software\VB and VBA Program Settings\Mousave\1.0"; ValueName: "Run Startup"; ValueType: String; ValueData: "Yes"; Tasks: runafterstart; Flags: uninsdeletekey 
  34. Root: HKCU; Subkey: "Software\VB and VBA Program Settings\Mousave\1.0"; ValueName: "Tray Icon"; ValueType: String; ValueData: "No"; Flags: uninsdeletekey 
  35. Root: HKCU; Subkey: "Software\VB and VBA Program Settings\Mousave\1.0"; ValueName: "Tray Icon"; ValueType: String; ValueData: "Yes"; Tasks: showtrayicon; Flags: uninsdeletekey 
  36. Root: HKLM; Subkey: "Software\Martin Koz
  37. k\Applications"; ValueName: "Mousave"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  38. Root: HKLM; Subkey: "Software\Martin Koz
  39. k\Applications\Mousave"; ValueName: "InfoLoc"; ValueType: String; ValueData: "Meta"; Flags: uninsdeletekey 
  40. Root: HKLM; Subkey: "Software\Martin Koz
  41. k\Applications\Mousave\Meta"; ValueName: "ID"; ValueType: String; ValueData: "{{0F8A885D-7320-4B62-A2BD-CD962CFAFE6E}"; Flags: uninsdeletekey 
  42. Root: HKLM; Subkey: "Software\Martin Koz
  43. k\Applications\Mousave\Meta"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey 
  44. Root: HKLM; Subkey: "Software\Martin Koz
  45. k\Applications\Mousave\Meta"; ValueName: "Major"; ValueType: String; ValueData: "5"; Flags: uninsdeletekey 
  46. Root: HKLM; Subkey: "Software\Martin Koz
  47. k\Applications\Mousave\Meta"; ValueName: "Minor"; ValueType: String; ValueData: "1"; Flags: uninsdeletekey 
  48. Root: HKLM; Subkey: "Software\Martin Koz
  49. k\Applications\Mousave\Meta"; ValueName: "Release"; ValueType: String; ValueData: "0"; Flags: uninsdeletekey 
  50. Root: HKLM; Subkey: "Software\Martin Koz
  51. k\Applications\Mousave\Meta"; ValueName: "Build"; ValueType: String; ValueData: "20060115"; Flags: uninsdeletekey 
  52. [Run]
  53. Filename: "{app}\Application Readme.txt"; Components: CoreFiles; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  54. Filename: "{app}\Mousave Configuration Tool.exe"; WorkingDir: "{app}"; Description: "Configure it"; Flags: postinstall skipifsilent nowait
  55. Filename: "{app}\Mousave Daemon.exe"; WorkingDir: "{app}"; Description: "Run daemon"; Flags: postinstall skipifsilent nowait
  56. [Icons]
  57. Name: "{group}\Mousave Configuration"; Filename: "{app}\Mousave Configuration Tool.exe"; WorkingDir: "{app}"; Comment: "Mousave configration tool."; 
  58. Name: "{group}\Mousave Daemon"; Filename: "{app}\Mousave Daemon.exe"; WorkingDir: "{app}"; Comment: "Run the Mousave daemon."; 
  59. Name: "{group}\License"; Filename: "{app}\License.txt"; Comment: "Full version of the MIT License."; 
  60. Name: "{group}\Application Readme"; Filename: "{app}\Application Readme.txt"; Comment: "Shows the application readme."; 
  61. Name: "{group}\Changes Log"; Filename: "{app}\Changes Log.txt"; Comment: "Full version of the MIT License."; Components: Documentation; 
  62. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; Comment: "Uninstall Mousave"; 
  63. Name: "{userdesktop}\Mousave Configuration"; Filename: "{app}\Mousave Configuration Tool.exe"; WorkingDir: "{app}"; Comment: "Mousave configration tool."; Tasks: desktopicon; 
  64. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Mousave Configuration"; Filename: "{app}\Mousave Configuration Tool.exe"; WorkingDir: "{app}"; Comment: "Mousave configration tool."; Tasks: quicklaunchicon; 
  65. [Tasks]
  66. Name: "desktopicon"; Description: "Create icon on &desktop"; GroupDescription: "Additional icons:"; 
  67. Name: "quicklaunchicon"; Description: "Create icon in &Quick launch panel"; GroupDescription: "Additional icons:"; 
  68. Name: "runafterstart"; Description: "Run daemon after &start"; GroupDescription: "Windows integration:"; 
  69. Name: "showtrayicon"; Description: "Show icon in system &tray"; GroupDescription: "Windows integration:"; 
  70. [Components]
  71. Name: "corefiles"; Description: "Core Files"; Types: "custom compact full"; 
  72. Name: "documentation"; Description: "Documentation"; Types: "custom full"; 
  73. Name: "fullsources"; Description: "Full Sources"; Types: "custom full"; 
  74. [Types]
  75. Name: "full"; 
  76. Name: "compact"; 
  77. Name: "custom"; 
  78. [CustomMessages]
  79. default.NameAndVersion=%1 version %2
  80. default.AdditionalIcons=Additional icons:
  81. default.CreateDesktopIcon=Create a &desktop icon
  82. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  83. default.ProgramOnTheWeb=%1 on the Web
  84. default.UninstallProgram=Uninstall %1
  85. default.LaunchProgram=Launch %1
  86. default.AssocFileExtension=&Associate %1 with the %2 file extension
  87. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  88. [Languages]
  89. ; These files are stubs
  90. ; To achieve better results after recompilation, use the real language files
  91. Name: "default"; MessagesFile: "embedded\default.isl"; 
  92.